home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / hotkey / AutoHotkey104504_Install.exe / Extras / MEDSynHeader.txt < prev    next >
Text File  |  2005-03-19  |  2KB  |  77 lines

  1. #===========================================================
  2. #
  3. # MED file mode definition file (www.med-editor.com)
  4. # for AutoHotkey (www.autohotkey.com)
  5. # by Wolfgang Reszel (Tekl)
  6. #
  7. #===========================================================
  8.  
  9. files: *.ahk    |^[^:]+:[\t ]*Send[\t ]+,    100
  10. title: AutoHotkey
  11.  
  12. related: *.ini
  13. suffixIsRegexp: no
  14. default: no
  15. caseSensitive: no
  16. checkCommentInString: yes
  17. shiftDistance: 3
  18. tabWidth: 3
  19. tabLoadExpand: 1
  20. tabInsAsBlank: 1
  21.  
  22. sectionRegexp: ^(;-)?[ \t]*(:[^ \t:;,]*)?:*[ \t]*[^ \t:;,]+( +& +)?[^ \t:;,]*::?.*$
  23. sectionDisplayRegexp: ^;?-?[ \t]*(:?[^\t:;,]*:?[^\t:;,]+):+[\t ]*;? *(.*)$
  24. sectionBrowserOrder: 1 2
  25. sectionDisplayOrder: 1 2
  26. sectionBrowserMainKey: 1
  27. wordWrap: disabled 76 >!:~#
  28.  
  29. wordSep:'&(){}\<>,;-+*.:?!=-|"%
  30.  
  31. # 3rd party online help
  32. # NOTE: The pipe in the below (inside "Program Files") is required (it equals the space character).
  33. inf: * C:\Program|Files\AutoHotkey\AutoHotkey.chm * AutoHotKey|Help
  34.  
  35. # brackets
  36. bracket: { } 1
  37. bracket: : Return 1
  38. bracket: /* */ 1
  39. bracket: ( ) 1
  40.  
  41. # Color definitions
  42. defineColor: myOrange 230 115 0
  43. defineColor: myDarkGray 89 89 89
  44.  
  45. foregroundColor: black
  46. backgroundColor: white
  47. blockColor: palegray
  48.  
  49. # Comments
  50. color: myOrange, normal, myOrange, normal
  51. eolCom: ;
  52. comCol: 0
  53.  
  54. # Symbols
  55.  
  56. color: darkgreen, normal, black, normal
  57. string: "
  58.  
  59. color: darkred, normal, black, normal
  60. char: %
  61.  
  62. color: blue, normal, black, normal
  63. literal: `
  64.  
  65. color: darkcyan, normal, black, normal
  66. decPrefix:
  67.  
  68. color: blue, normal, black, normal
  69. hexPrefix: 0x
  70.  
  71. color: darkcyan, normal, black, normal
  72. symbol: ,:{}[]=-/
  73. color: darkgreen, normal, black, normal
  74. symbol: $^#!+<>*~
  75.  
  76. # Reserved words
  77.